home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / disktools / playcdda-opus5 / check / 11 < prev    next >
Text File  |  1995-08-08  |  342b  |  11 lines

  1. Assign PeggyPlus: Exists
  2.     if warn
  3.     requestchoice "PeggyPlus: not assigned" "PeggyPlus ist nicht installiert." "Abbruch"
  4.     else
  5.        if EXISTS PeggyPlus:MPEGPlayer 
  6.        requestchoice "System Check" "`version PeggyPlus:MPEGPlayer`" "OK"
  7.        else 
  8.        requestchoice "Fehler" "PeggyPlus:MPEGPlayer ist nicht installiert." "Abbruch"
  9.        EndIf
  10. endif
  11.